You can use Service Control.bat as administrator privilege to install, uninstall, start and stop the service. 

You can also run cmd with administrator privilege and type the commands below to control the service.

- Install service:
  aaLogAcquisitionSvc.exe /install
  sc description aaLAService "ArchestrA Log Acquisition to retrieve the logs from Logviewer"

- Uninstall service:
  aaLogAcquisitionSvc.exe /uninstall

- Start service:
  sc start aaLAService

- Stop service:
  sc stop aaLAService